home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- global shapetypes
- if shapetypes = 1 then
- else
- if shapetypes = 2 then
- set the blend of sprite 103 to 60
- set the memberNum of sprite 103 to 590
- end if
- end if
- updateStage()
- end
-
- on mouseEnter
- global shapetypes
- if shapetypes = 1 then
- else
- if shapetypes = 2 then
- set the memberNum of sprite 103 to 563
- set the blend of sprite 103 to 100
- else
- if shapetypes = 3 then
- set the memberNum of sprite 103 to 566
- set the blend of sprite 103 to 100
- end if
- end if
- end if
- end
-
- on mouseLeave
- global shapetypes
- set the memberNum of sprite 103 to 576
- end
-